Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#097 베포 및 테스트용 MongoDB 구축 #103

Merged
merged 10 commits into from
Nov 13, 2024

Conversation

minjungw00
Copy link
Collaborator

@minjungw00 minjungw00 commented Nov 12, 2024

📝 변경 사항

  • 배포 및 테스트용 MongoDB 환경 설정 #97
  • MongoDB를 배포, 개발 및 테스트 단계에서 사용할 수 있도록 환경 변수 구성
    • 배포 단계에서 Github Secrets으로 환경 변수를 관리해 보안 확보
    • 개발 단계에서 별도로 .env 파일을 생성해 환경 변수 관리
    • 테스트 시에 인메모리 데이터베이스를 구축해 독립적으로 테스트 환경 구성

🔍 변경 사항 설명

  • 배포 시에는 docker로 각 애플리케이션을 빌드하므로 docker compose로 빌드할 때 Github Secrets의 환경 변수를 주입합니다.
  • 개발 시에는 로컬에 생성한 .env 파일로 환경 변수를 관리합니다.
  • 테스트 시에는 독립적인 환경을 구성하기 위해 mongodb memory server 라이브러리를 사용해 인메모리 db를 구축합니다.
    • 테스트 환경이 아직 문제가 있어서 이 부분 차후 수정 예정입니다.

🙏 질문 사항

  • 리뷰어에게 부탁하고싶은 체크리스트를 추가합니다.

📷 스크린샷 (선택)

  • UI 변경이 있는 경우 스크린샷이나 GIF를 첨부합니다.

✅ 작성자 체크리스트

  • Self-review: 코드가 스스로 검토됨
  • Unit tests 추가 또는 수정
  • 로컬에서 모든 기능이 정상 작동함
  • 린터 및 포맷터로 코드 정리됨
  • 의존성 업데이트 확인
  • 문서 업데이트 또는 주석 추가 (필요 시)

@minjungw00 minjungw00 self-assigned this Nov 12, 2024
@minjungw00 minjungw00 added BE 백엔드 작업 Build 개발 환경 세팅(eslint, 컨벤션 등) 또는 패키지 매니저 수정 labels Nov 12, 2024
Copy link
Collaborator

@Ludovico7 Ludovico7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@pipisebastian pipisebastian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니당!

@github-actions github-actions bot merged commit 5bed8b7 into dev Nov 13, 2024
3 checks passed
@hyonun321
Copy link
Collaborator

도커와 env를 읽어와서 mongoDB IP를 설정하는 부분 잘봤습니다. 이제 mongoDB 스키마와 env 서버를 정해서 배포까지 이어지면 되겠군요! 수고하셨습니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 작업 Build 개발 환경 세팅(eslint, 컨벤션 등) 또는 패키지 매니저 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants